1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{3D445EC4-E4D2-4A4B-852D-4764F10C00C4}</ProjectGuid>
9 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <RootNamespace>WorkflowServiceWebRole</RootNamespace>
12 <AssemblyName>WorkflowServiceWebRole</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <MyType>Custom</MyType>
15 <OptionExplicit>On</OptionExplicit>
16 <OptionCompare>Binary</OptionCompare>
17 <OptionStrict>Off</OptionStrict>
18 <OptionInfer>On</OptionInfer>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <DefineDebug>true</DefineDebug>
24 <DefineTrace>true</DefineTrace>
25 <OutputPath>bin\</OutputPath>
26 <DocumentationFile>WorkflowServiceWebRole.xml</DocumentationFile>
27 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\</OutputPath>
35 <DocumentationFile>WorkflowServiceWebRole.xml</DocumentationFile>
36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
39 <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
40 <SpecificVersion>False</SpecificVersion>
42 <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
43 <SpecificVersion>False</SpecificVersion>
45 <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
46 <SpecificVersion>False</SpecificVersion>
48 <Reference Include="System" />
49 <Reference Include="System.Data" />
50 <Reference Include="System.Drawing" />
51 <Reference Include="System.Core">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 <Reference Include="System.Data.DataSetExtensions">
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 <Reference Include="System.Web.Extensions">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <Reference Include="System.Xml.Linq">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
63 <Reference Include="System.Web" />
64 <Reference Include="System.Xml" />
65 <Reference Include="System.Configuration" />
66 <Reference Include="System.Web.Services" />
67 <Reference Include="System.EnterpriseServices" />
68 <Reference Include="System.Web.Mobile" />
71 <Import Include="Microsoft.VisualBasic" />
72 <Import Include="System" />
73 <Import Include="System.Collections" />
74 <Import Include="System.Collections.Generic" />
75 <Import Include="System.Data" />
76 <Import Include="System.Linq" />
77 <Import Include="System.Xml.Linq" />
78 <Import Include="System.Diagnostics" />
79 <Import Include="System.Collections.Specialized" />
80 <Import Include="System.Configuration" />
81 <Import Include="System.Text" />
82 <Import Include="System.Text.RegularExpressions" />
83 <Import Include="System.Web" />
84 <Import Include="System.Web.Caching" />
85 <Import Include="System.Web.SessionState" />
86 <Import Include="System.Web.Security" />
87 <Import Include="System.Web.Profile" />
88 <Import Include="System.Web.UI" />
89 <Import Include="System.Web.UI.WebControls" />
90 <Import Include="System.Web.UI.WebControls.WebParts" />
91 <Import Include="System.Web.UI.HtmlControls" />
94 <Content Include="Default.aspx" />
95 <Content Include="ProcessDataWorkflowService.svc" />
96 <Content Include="Web.config" />
99 <Compile Include="Default.aspx.vb">
100 <SubType>ASPXCodeBehind</SubType>
101 <DependentUpon>Default.aspx</DependentUpon>
103 <Compile Include="Default.aspx.designer.vb">
104 <DependentUpon>Default.aspx</DependentUpon>
106 <Compile Include="My Project\AssemblyInfo.vb" />
107 <Compile Include="My Project\Application.Designer.vb">
108 <AutoGen>True</AutoGen>
109 <DependentUpon>Application.myapp</DependentUpon>
111 <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
112 <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
113 <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
115 <Compile Include="My Project\Resources.Designer.vb">
116 <AutoGen>True</AutoGen>
117 <DesignTime>True</DesignTime>
118 <DependentUpon>Resources.resx</DependentUpon>
120 <Compile Include="My Project\Settings.Designer.vb">
121 <AutoGen>True</AutoGen>
122 <DependentUpon>Settings.settings</DependentUpon>
123 <DesignTimeSharedInput>True</DesignTimeSharedInput>
125 <Compile Include="WebRole.vb" />
128 <EmbeddedResource Include="My Project\Resources.resx">
129 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
130 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
131 <CustomToolNamespace>My.Resources</CustomToolNamespace>
132 <SubType>Designer</SubType>
136 <None Include="My Project\Application.myapp">
137 <Generator>MyApplicationCodeGenerator</Generator>
138 <LastGenOutput>Application.Designer.vb</LastGenOutput>
140 <None Include="My Project\Settings.settings">
141 <Generator>SettingsSingleFileGenerator</Generator>
142 <CustomToolNamespace>My</CustomToolNamespace>
143 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
147 <ProjectReference Include="..\WFServiceLibrary\WFServiceLibrary.vbproj">
148 <Project>{BEC5D735-89D1-4324-8F1A-CE9309A23B61}</Project>
149 <Name>WFServiceLibrary %28VBAzureWorkflowService35\WFServiceLibrary%29</Name>
153 <Folder Include="App_Data\" />
155 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
156 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
157 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158 Other similar extension points exist, see Microsoft.Common.targets.
159 <Target Name="BeforeBuild">
161 <Target Name="AfterBuild">
166 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
167 <WebProjectProperties>
168 <UseIIS>False</UseIIS>
169 <AutoAssignPort>True</AutoAssignPort>
170 <DevelopmentServerPort>21057</DevelopmentServerPort>
171 <DevelopmentServerVPath>/</DevelopmentServerVPath>
174 <NTLMAuthentication>False</NTLMAuthentication>
175 <UseCustomServer>False</UseCustomServer>
178 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
179 </WebProjectProperties>